3.272 \(\int \frac {\sqrt {1-\cos (c+d x)}}{\cos ^{\frac {3}{2}}(c+d x)} \, dx\)

Optimal. Leaf size=35 \[ \frac {2 \sin (c+d x)}{d \sqrt {1-\cos (c+d x)} \sqrt {\cos (c+d x)}} \]

[Out]

2*sin(d*x+c)/d/(1-cos(d*x+c))^(1/2)/cos(d*x+c)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.040, Rules used = {2771} \[ \frac {2 \sin (c+d x)}{d \sqrt {1-\cos (c+d x)} \sqrt {\cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[1 - Cos[c + d*x]]/Cos[c + d*x]^(3/2),x]

[Out]

(2*Sin[c + d*x])/(d*Sqrt[1 - Cos[c + d*x]]*Sqrt[Cos[c + d*x]])

Rule 2771

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]]/((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(3/2), x_Symbol] :> Sim
p[(-2*b^2*Cos[e + f*x])/(f*(b*c + a*d)*Sqrt[a + b*Sin[e + f*x]]*Sqrt[c + d*Sin[e + f*x]]), x] /; FreeQ[{a, b,
c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 - b^2, 0] && NeQ[c^2 - d^2, 0]

Rubi steps

\begin {align*} \int \frac {\sqrt {1-\cos (c+d x)}}{\cos ^{\frac {3}{2}}(c+d x)} \, dx &=\frac {2 \sin (c+d x)}{d \sqrt {1-\cos (c+d x)} \sqrt {\cos (c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 39, normalized size = 1.11 \[ \frac {2 \sqrt {1-\cos (c+d x)} \cot \left (\frac {1}{2} (c+d x)\right )}{d \sqrt {\cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[1 - Cos[c + d*x]]/Cos[c + d*x]^(3/2),x]

[Out]

(2*Sqrt[1 - Cos[c + d*x]]*Cot[(c + d*x)/2])/(d*Sqrt[Cos[c + d*x]])

________________________________________________________________________________________

fricas [A]  time = 0.74, size = 41, normalized size = 1.17 \[ \frac {2 \, {\left (\cos \left (d x + c\right ) + 1\right )} \sqrt {-\cos \left (d x + c\right ) + 1}}{d \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-cos(d*x+c))^(1/2)/cos(d*x+c)^(3/2),x, algorithm="fricas")

[Out]

2*(cos(d*x + c) + 1)*sqrt(-cos(d*x + c) + 1)/(d*sqrt(cos(d*x + c))*sin(d*x + c))

________________________________________________________________________________________

giac [A]  time = 0.64, size = 59, normalized size = 1.69 \[ -\frac {2 \, \sqrt {2} {\left (\tan \left (\frac {1}{4} \, d x + \frac {1}{4} \, c\right )^{2} - 1\right )} \mathrm {sgn}\left (\sin \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )\right )}{\sqrt {\tan \left (\frac {1}{4} \, d x + \frac {1}{4} \, c\right )^{4} - 6 \, \tan \left (\frac {1}{4} \, d x + \frac {1}{4} \, c\right )^{2} + 1} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-cos(d*x+c))^(1/2)/cos(d*x+c)^(3/2),x, algorithm="giac")

[Out]

-2*sqrt(2)*(tan(1/4*d*x + 1/4*c)^2 - 1)*sgn(sin(1/2*d*x + 1/2*c))/(sqrt(tan(1/4*d*x + 1/4*c)^4 - 6*tan(1/4*d*x
 + 1/4*c)^2 + 1)*d)

________________________________________________________________________________________

maple [A]  time = 0.10, size = 45, normalized size = 1.29 \[ -\frac {\sin \left (d x +c \right ) \sqrt {2-2 \cos \left (d x +c \right )}\, \sqrt {2}}{d \left (-1+\cos \left (d x +c \right )\right ) \sqrt {\cos \left (d x +c \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1-cos(d*x+c))^(1/2)/cos(d*x+c)^(3/2),x)

[Out]

-1/d*sin(d*x+c)*(2-2*cos(d*x+c))^(1/2)/(-1+cos(d*x+c))/cos(d*x+c)^(1/2)*2^(1/2)

________________________________________________________________________________________

maxima [B]  time = 0.78, size = 75, normalized size = 2.14 \[ \frac {2 \, {\left (\sqrt {2} - \frac {\sqrt {2} \sin \left (d x + c\right )^{2}}{{\left (\cos \left (d x + c\right ) + 1\right )}^{2}}\right )}}{d {\left (\frac {\sin \left (d x + c\right )}{\cos \left (d x + c\right ) + 1} + 1\right )}^{\frac {3}{2}} {\left (-\frac {\sin \left (d x + c\right )}{\cos \left (d x + c\right ) + 1} + 1\right )}^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-cos(d*x+c))^(1/2)/cos(d*x+c)^(3/2),x, algorithm="maxima")

[Out]

2*(sqrt(2) - sqrt(2)*sin(d*x + c)^2/(cos(d*x + c) + 1)^2)/(d*(sin(d*x + c)/(cos(d*x + c) + 1) + 1)^(3/2)*(-sin
(d*x + c)/(cos(d*x + c) + 1) + 1)^(3/2))

________________________________________________________________________________________

mupad [B]  time = 0.87, size = 31, normalized size = 0.89 \[ \frac {2\,\sin \left (c+d\,x\right )}{d\,\sqrt {\cos \left (c+d\,x\right )}\,\sqrt {1-\cos \left (c+d\,x\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1 - cos(c + d*x))^(1/2)/cos(c + d*x)^(3/2),x)

[Out]

(2*sin(c + d*x))/(d*cos(c + d*x)^(1/2)*(1 - cos(c + d*x))^(1/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {1 - \cos {\left (c + d x \right )}}}{\cos ^{\frac {3}{2}}{\left (c + d x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-cos(d*x+c))**(1/2)/cos(d*x+c)**(3/2),x)

[Out]

Integral(sqrt(1 - cos(c + d*x))/cos(c + d*x)**(3/2), x)

________________________________________________________________________________________